home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 1730 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.5 KB  |  64 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: yama.mcc.ac.uk!liv!lucs!news
  3. From: fish@csc.liv.ac.uk (S.E. Morris)
  4. Subject: Re: I hate AMOS apps
  5. Sender: news@csc.liv.ac.uk (News Eater)
  6. Message-ID: <DMBFoq.Et@csc.liv.ac.uk>
  7. Date: Mon, 5 Feb 1996 18:36:26 GMT
  8. References: <909.6606T1103T2868@mindlink.bc.ca>
  9. Nntp-Posting-Host: fish@ohio.csc.liv.ac.uk
  10. Organization: Computer Science, University of Liverpool, UK
  11. X-Newsreader: knews 0.9.4
  12.  
  13. In article <909.6606T1103T2868@mindlink.bc.ca>,
  14. Steve_Wong@mindlink.bc.ca (Steve Wong) writes:
  15. >WHY do AMOS applications access the hard drive so frequently????
  16.  
  17. I wasn't aware they did.
  18.  
  19. >I've had many AMOS applications which cause the hard drive to chirp (light
  20. >blinks on and off about every 1 or 2 seconds) throughout the time the
  21. >application is running.  WHAT is it doing to my system or WHY is it doing
  22. >this??  As far as I know, there shouldn't be any reason to be reading the HD
  23. >that frequently -- this even happens if I decompress the file to RAM: and run
  24. >it from there.
  25.  
  26. AMOS apps do not use operating system I/O in the most part.  You will
  27. probably have notice how the screens don't quite act like normal
  28. Intuition screens and the requesters etc. aren't anything like the
  29. AmigaOS ones.
  30.  
  31. It's quite likely that in patching into the OS like this AMOS is
  32. infact causing problems with your HD.  I know that after AGA
  33. AMOS had a lot of problems remaining compatable with the OS - 
  34. in particular commodities like screen savers etc.
  35.  
  36. My advice is don't use AMOS apps.  Infact my advice is avoid AMOS
  37. all together.  It's an outdated program now, and if you really want
  38. to program in a power BASIC then use Blitz instead.  Blitz isn't
  39. perfect - but it's a damb sight better than AMOS.
  40.  
  41. >I've had several HD invalidations thanks to this (esp with lame AMOS programs
  42. >not allowing you to quit from them), and I find it very frustrating.  I don't
  43. >plan to use AMOS apps again...
  44.  
  45. I think this may be the only solution.
  46.  
  47. >Reminds me of some older games which keep the floppy drive spinning.
  48.  
  49. Actually, they didn't keep it spinning as much as they didn't
  50. actually know how to switch it off.  The OS keeps the drives 
  51. spinning for a few seconds after each access just incase another
  52. disk access follows shortly (which it often does).  After a few
  53. seconds of inactivity it times out - and stops the motor.
  54. But if a game shuts down the OS immediately after the it loads
  55. then the OS never gets a chance to time out and shut the
  56. drive down - thus it continues to spin!!
  57.  
  58. >Explanations?
  59. >
  60. >- Steve.
  61. >
  62. -FISH-   ><>
  63.  
  64.